PRINTLEX “Printer function lexfile”. SIZE: 565 bytes. • BELL sends the ASCII “BEL” control character, CHR$(7), to the current printer, to ring its bell (if it has one). • BOLD ON / OFF controls the printer’s bold mode. • CR sends a carriage return, CHR$(13). • ESC$ sends the escape character, CHR$(27). • FF sends a form feed, CHR$(12). • LF sends a line feed, CHR$(10). • MODE 0 sends ESC$&"&kOS" to set normal pitch; MODE 1 and so on set other pitches or printer features. • PERF ON / OFF controls perforation skip mode. • PL 66, 56 sets the page length to 66 lines, with 56 lines of text per page. • UNDERLINE ON / OFF controls the printer’s underline mode. • WRAP ON / OFF controls wrap-around mode (a ThinkJet feature). *** PRINTLEX *** (31898) File Header (31AA1) E1/27 BELL (31AB2) E1/28 BOLD ON/OFF (31AD1) E1/29 CR (31AF1) E1/2A ESC$ (31B21) E1/2B FF (31B36) E1/2C LF (31B52) E1/2D MODE # (31BA3) E1/2E PERF ON/OFF (31C5A) E1/2F PL [#[,#]] (31CD6) E1/30 UNDERLINE ON/OFF (31D01) E1/31 WRAP ON/OFF (31D26) Next File Header